Appliance Logging Liagent LogCollection ResponseSpec

Appliance Logging Liagent LogCollection ResponseSpec
Appliance Logging Liagent LogCollection ResponseSpec

The Appliance Logging Liagent LogCollection ResponseSpec schema describes the loginsight agent configuration in vCenter.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "enabled": false,
    "unitid": "string",
    "unittype": "string",
    "status": "string",
    "message": "string",
    "content": "string"
}
boolean
enabled
Required  

Specifies whether log collection is enabled for this unit.

This property was added in vSphere API 9.1.0.0.

string
unitid
Required  

A unique identifier for the log collection unit, typically aligned with the component's logical or infrastructure identity.

This property was added in vSphere API 9.1.0.0.

string
unittype
Required  

Value indicating the nature of the component (vCenterServer or ESXi)

For more information see: Appliance Logging Liagent LogCollection UnitType.

This property was added in vSphere API 9.1.0.0.

string
status
Required  

Status indicates the configuration status of loginsight in vCenter. This can have the values : "NOT_CONFIGURED", "CONFIGURED" or "FAILED"

For more information see: Appliance Logging Liagent LogCollection ResponseSpec Status.

This property was added in vSphere API 9.1.0.0.

string
message
Required  

Error or success message, post configuration of loginsight. Example : "An unexpected error occurred while applying the configuration." or "Configuration was received and applied."

This property was added in vSphere API 9.1.0.0.

string
content
Optional

The raw text/string content of the loginsight agent configuration configured within vCenter.

This property was added in vSphere API 9.1.0.0.

If missing or null, there is no content to be shown.